'Declaration Public Function New( _
ByVal needSpellA value indicating whether the task must spell check the specified words.As Boolean, _
ByVal needSuggestA value indicating whether the task must create a list of suggestions for the specified (misspelled) words.As Boolean, _
ByVal ParamArray wordsThe words to spell check.() As System.String _
)
public SpellCheckTask(
bool needSpell,
bool needSuggest,
params System.String[] words
)
public: SpellCheckTask(
bool needSpell,
bool needSuggest,
params System.String[]* words
)
public:
SpellCheckTask(
bool needSpell,
bool needSuggest,
... array<System.String>^ words
)
Parameters
- needSpell
- A value indicating whether the task must spell check the specified words.
- needSuggest
- A value indicating whether the task must create a list of suggestions for the specified (misspelled) words.
- words
- The words to spell check.